home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / pcbv407.zip / UPGRADE.DOC < prev    next >
Text File  |  1992-02-25  |  4KB  |  107 lines

  1. PCBVerify 4.0 UPGRADE documentation
  2. -----------------------------------
  3.  
  4. Use this file only if you are upgrading from PCBVerify 3.1.  Also, you may
  5. wish to use the full set of documentation as an additional source of
  6. information.  This file is here essentially to help those who are already
  7. fairly familiar with PCBVerify's setup.
  8.  
  9. Steps to upgrading PCBVerify from 3.10 to 4.0
  10. ---------------------------------------------
  11.  
  12. 1 - Back up your old copy of PCBVerify
  13. 2 - Upgrade your PCBVTEXT file(s)                    
  14. 3 - Add the 6 lines below to the config line
  15. 4 - Change PCBVAL so that it doesn not contain any dial strings
  16.  
  17.  
  18. Additions to the PCBV.CNF file: (add to the end)
  19.  
  20.     1 -  CallerID file (or N for none)
  21.     2 -  Status line foreground color [should be 0 for PCBoard]
  22.     3 -  Status line background color [should be 15 for PCBoard]
  23.     4 -  Default text foreground color [@X commands override]
  24.     5 -  Default input foreground color
  25.     6 -  Error-corrected dial string     [ATDT]
  26.     7 -  Non-error-corrected dial string [AT&Q0DT]
  27.     
  28. Colors:
  29.  
  30. 0 Black
  31. 1 Blue
  32. 2 Green
  33. 3 Cyan
  34. 4 Red
  35. 5 Magenta
  36. 6 Brown [hi intentity = Yellow]
  37. 7 White
  38.  
  39. Add 8 for bright colors
  40.  
  41. PCBVAL enhancements/changes
  42. ---------------------------
  43.             
  44. PCBVAL restructured for better number checking -- numbers are checked before
  45. the user is asked to enter long distance flag.  If a match is found which
  46. does not require an answer (the field = ?, ?N, or ?Y) then the user is not
  47. asked.  If a match is found first which does require an answer (either a Y
  48. or a N) then the user is asked.  Afterwards the file is rechecked.
  49.  
  50. The "ATDT" is no longer necessary in the PCBVAL file -- see the .CNF info 
  51. above.  A sample PCBVAL file has been included which will handle Knoxville --
  52. the prefixes listed are all the local Knox area prefixes, and the remaining
  53. entries are pretty well self-explanatory.
  54.  
  55. Here's an example PCBVAL file -- the lines afterward explain how it works.
  56.  
  57. 615-588-????,N,?,A,"%2-%3"          ;These are local prefixes, dial as 
  58.                                      xxx-xxxx and remain online.  Use time
  59.                                      format A.  The ? mark (third field)
  60.                                      indicates that the long distance flag
  61.                                      is not needed for numbers matching
  62.                                      this entry.
  63.                                      
  64. 615-???-????,N,N,A,"%2-%3"          ;If it gets this far, and the number
  65.                                      matches this entry, then it stops and
  66.                                      asks if the call is long distance.  If
  67.                                      N, this entry is used.
  68.                                      
  69. 615-???-????,N,Y,B,"1-%2-%3"        ;If Y, this entry is used.
  70.  
  71. 800-???-????,N,?Y,A,"1-800-%2-%3"   ;800 calls, don't ask, identify on screen
  72.                                      as long distance (the Y forces that).
  73.                                      Use time A, and don't disconnect after
  74.                                      verify.
  75.                                      
  76. ???-???-????,Y,?Y,B,"1-%1-%2-%3"    ;All other calls -- assume long distance,
  77.                                      don't ask.  Disconnect after call.  Time
  78.                                      format B.
  79.  
  80. The old system will work, but the "ATDT" strings must be removed from your
  81. PCBVAL file.  The ? is the key to activating the "no ask" mode of operation.
  82.  
  83. Other additions:
  84. ----------------
  85.  
  86. CallerID file = support for Callerid.  This file, if exists, is assumed to
  87. contain the user's phone number in the format it would be in PCBVAL.  For 
  88. example, xxx-xxx-xxxx.  If it doesn't exist normal mode is assumed.
  89.  
  90. DIALOUT = new file, which gives user the last instructions before dropping the
  91. call and dialing his number
  92.  
  93. COM3/4 support, 115kbaud, proper handshaking for CTS/RTS
  94.  
  95. REVERIFY mode, allows a user to verify again if security level matches new
  96. user level, even if number is in PCBVVER.  If number and name both match, will
  97. allow the call, otherwise will not.  Useful for verifying users that have
  98. expired.
  99.  
  100. "More" prompt improved -- now has (H)elp text, contained in PCBVTEXT for easy
  101. multi-lingual use.
  102.  
  103. CTRL-X and CTRL-S are supported, local and remote.
  104.  
  105. Error logging greatly improved.
  106.  
  107.